home *** CD-ROM | disk | FTP | other *** search
/ Pulps on CDRom / Pulps on CDROM.iso / comm.z / resdll.dll / RCDATA / WIN_PREFS < prev    next >
Text File  |  1998-10-20  |  8KB  |  163 lines

  1. /* -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
  2.  *
  3.  * The contents of this file are subject to the Netscape Public License
  4.  * Version 1.0 (the "NPL"); you may not use this file except in
  5.  * compliance with the NPL.  You may obtain a copy of the NPL at
  6.  * http://www.mozilla.org/NPL/
  7.  *
  8.  * Software distributed under the NPL is distributed on an "AS IS" basis,
  9.  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
  10.  * for the specific language governing rights and limitations under the
  11.  * NPL.
  12.  *
  13.  * The Initial Developer of this code under the NPL is Netscape
  14.  * Communications Corporation.  Portions created by Netscape are
  15.  * Copyright (C) 1998 Netscape Communications Corporation.  All Rights
  16.  * Reserved.
  17.  */
  18.  
  19. platform.windows = true;
  20.  
  21. pref("browser.bookmark_window_showwindow",  1);        // SW_NORMAL
  22. pref("mailnews.folder_window_showwindow",   1);        // SW_NORMAL
  23. pref("mailnews.thread_window_showwindow",   1);        // SW_NORMAL
  24. pref("mailnews.message_window_showwindow",  1);        // SW_NORMAL
  25.  
  26. pref("browser.bookmark_columns_win",        "");
  27. pref("mailnews.folder_columns_win",         "");
  28. pref("mail.thread_columns_win",             "");
  29. pref("news.thread_columns_win",             "");
  30. pref("category.thread_columns_win",         "");
  31. pref("news.category_columns_win",           "");
  32.  
  33. pref("custtoolbar.personal_toolbar_folder",                     "x234htz7");
  34. pref("custtoolbar.has_toolbar_folder",                          true);
  35. pref("custtoolbar.personal_toolbar.Version",                    "");
  36. pref("custtoolbar.Browser.Navigation_Toolbar.position",         0);
  37. pref("custtoolbar.Browser.Navigation_Toolbar.showing",          true);
  38. pref("custtoolbar.Browser.Navigation_Toolbar.open",             true);
  39. pref("custtoolbar.Browser.Location_Toolbar.position",           1);
  40. pref("custtoolbar.Browser.Location_Toolbar.showing",            true);
  41. pref("custtoolbar.Browser.Location_Toolbar.open",               true);
  42. pref("custtoolbar.Browser.Personal_Toolbar.position",           2);
  43. pref("custtoolbar.Browser.Personal_Toolbar.showing",            true);
  44. pref("custtoolbar.Browser.Personal_Toolbar.open",               true);
  45. pref("custtoolbar.Messenger.Navigation_Toolbar.position",       0);
  46. pref("custtoolbar.Messenger.Navigation_Toolbar.showing",        true);
  47. pref("custtoolbar.Messenger.Navigation_Toolbar.open",           true);
  48. pref("custtoolbar.Messenger.Location_Toolbar.position",         1);
  49. pref("custtoolbar.Messenger.Location_Toolbar.showing",          true);
  50. pref("custtoolbar.Messenger.Location_Toolbar.open",             true);
  51. pref("custtoolbar.Messages.Navigation_Toolbar.position",        0);
  52. pref("custtoolbar.Messages.Navigation_Toolbar.showing",         true);
  53. pref("custtoolbar.Messages.Navigation_Toolbar.open",            true);
  54. pref("custtoolbar.Messages.Location_Toolbar.position",          1);
  55. pref("custtoolbar.Messages.Location_Toolbar.showing",           true);
  56. pref("custtoolbar.Messages.Location_Toolbar.open",              true);
  57. pref("custtoolbar.Folders.Navigation_Toolbar.position",         0);
  58. pref("custtoolbar.Folders.Navigation_Toolbar.showing",          true);
  59. pref("custtoolbar.Folders.Navigation_Toolbar.open",             true);
  60. pref("custtoolbar.Folders.Location_Toolbar.position",           1);
  61. pref("custtoolbar.Folders.Location_Toolbar.showing",            true);
  62. pref("custtoolbar.Folders.Location_Toolbar.open",               true);
  63. pref("custtoolbar.Address_Book.Address_Book_Toolbar.position",  0);
  64. pref("custtoolbar.Address_Book.Address_Book_Toolbar.showing",   true);
  65. pref("custtoolbar.Address_Book.Address_Book_Toolbar.open",      true);
  66. pref("custtoolbar.Compose_Message.Message_Toolbar.position",    0);
  67. pref("custtoolbar.Compose_Message.Message_Toolbar.showing",     true);
  68. pref("custtoolbar.Compose_Message.Message_Toolbar.open",        true);
  69. pref("custtoolbar.Composer.Composition_Toolbar.position",       0);
  70. pref("custtoolbar.Composer.Composition_Toolbar.showing",        true);
  71. pref("custtoolbar.Composer.Composition_Toolbar.open",           true);
  72. pref("custtoolbar.Composer.Formatting_Toolbar.position",        1);
  73. pref("custtoolbar.Composer.Formatting_Toolbar.showing",         true);
  74. pref("custtoolbar.Composer.Formatting_Toolbar.open",            true);
  75.  
  76.  
  77. pref("intl.font2.win.mimecharset",  "iso-8859-1");
  78. pref("intl.font2.win.prop_font",    "Times New Roman");
  79. pref("intl.font2.win.prop_size",    12);
  80. pref("intl.font2.win.fixed_font",   "Courier New");
  81. pref("intl.font2.win.fixed_size",   10);
  82.  
  83. pref("intl.font260.win.mimecharset",    "Shift_JIS");
  84. pref("intl.font260.win.prop_font",      "Times New Roman");
  85. pref("intl.font260.win.prop_size",      10);
  86. pref("intl.font260.win.fixed_font",     "Courier New");
  87. pref("intl.font260.win.fixed_size",     10);
  88.  
  89. pref("intl.font263.win.mimecharset",    "big5");
  90. pref("intl.font263.win.prop_font",  "Times New Roman");
  91. pref("intl.font263.win.prop_size",  12);
  92. pref("intl.font263.win.fixed_font", "Courier New");
  93. pref("intl.font263.win.fixed_size", 10);
  94.  
  95. pref("intl.font1292.win.mimecharset",   "euc-kr");
  96. pref("intl.font1292.win.prop_font", "Times New Roman");
  97. pref("intl.font1292.win.prop_size", 12);
  98. pref("intl.font1292.win.fixed_font",    "Courier New");
  99. pref("intl.font1292.win.fixed_size",    10);
  100.  
  101. pref("intl.font264.win.mimecharset",    "gb2312");
  102. pref("intl.font264.win.prop_font",  "Times New Roman");
  103. pref("intl.font264.win.prop_size",  12);
  104. pref("intl.font264.win.fixed_font", "Courier New");
  105. pref("intl.font264.win.fixed_size", 10);
  106.  
  107. pref("intl.font44.win.mimecharset", "windows-1250");
  108. pref("intl.font44.win.prop_font",   "Times New Roman");
  109. pref("intl.font44.win.prop_size",   12);
  110. pref("intl.font44.win.fixed_font",  "Courier New");
  111. pref("intl.font44.win.fixed_size",  10);
  112.  
  113. pref("intl.font41.win.mimecharset", "windows-1251");
  114. pref("intl.font41.win.prop_font",   "Times New Roman");
  115. pref("intl.font41.win.prop_size",   12);
  116. pref("intl.font41.win.fixed_font",  "Courier New");
  117. pref("intl.font41.win.fixed_size",  10);
  118.  
  119. pref("intl.font43.win.mimecharset", "windows-1253");
  120. pref("intl.font43.win.prop_font",   "Times New Roman");
  121. pref("intl.font43.win.prop_size",   12);
  122. pref("intl.font43.win.fixed_font",  "Courier New");
  123. pref("intl.font43.win.fixed_size",  10);
  124.  
  125. pref("intl.font20.win.mimecharset", "iso-8859-9");
  126. pref("intl.font20.win.prop_font",   "Times New Roman");
  127. pref("intl.font20.win.prop_size",   12);
  128. pref("intl.font20.win.fixed_font",  "Courier New");
  129. pref("intl.font20.win.fixed_size",  10);
  130.  
  131. pref("intl.font290.win.mimecharset",    "utf-8");
  132. pref("intl.font290.win.prop_font",  "Times New Roman");
  133. pref("intl.font290.win.prop_size",  12);
  134. pref("intl.font290.win.fixed_font", "Courier New");
  135. pref("intl.font290.win.fixed_size", 10);
  136.  
  137. pref("intl.font254.win.mimecharset",    "x-user-defined");
  138. pref("intl.font254.win.prop_font",  "Times New Roman");
  139. pref("intl.font254.win.prop_size",  12);
  140. pref("intl.font254.win.fixed_font", "Courier New");
  141. pref("intl.font254.win.fixed_size", 10);
  142.  
  143. pref("taskbar.x",                           -1); 
  144. pref("taskbar.y",                           -1);
  145. pref("taskbar.floating",                    true);
  146. pref("taskbar.horizontal",                  false);
  147. pref("taskbar.ontop",                       true);
  148. pref("taskbar.button_style",                -1);
  149.  
  150. pref("netinst.profile.show_profile_wizard", true); 
  151.  
  152. //The following pref is internal to Communicator. Please
  153. //do *not* place it in the docs...
  154. pref("netinst.profile.show_dir_overwrite_msg",  true); 
  155.  
  156. pref("browser.wfe.ignore_def_check",            false);
  157. pref("browser.wfe.use_windows_colors",            true);
  158. pref("mail.wfe.addr_book.show_value",            0);
  159. localDefPref("browser.cache.wfe.directory",            null);
  160. pref("browser.wfe.show_value",                1);
  161. pref("network.wfe.use_async_dns",            true);
  162. pref("network.wfe.tcp_connect_timeout",            0);